type net.ipAttr
8 uses
	net (current package)
		addrselect.go#L25: 	addrAttr := make([]ipAttr, len(addrs))
		addrselect.go#L26: 	srcAttr := make([]ipAttr, len(srcs))
		addrselect.go#L60: type ipAttr struct {
		addrselect.go#L66: func ipAttrOf(ip netip.Addr) ipAttr {
		addrselect.go#L68: 		return ipAttr{}
		addrselect.go#L71: 	return ipAttr{
		addrselect.go#L80: 	addrAttr []ipAttr
		addrselect.go#L82: 	srcAttr  []ipAttr
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |